home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000306_fdc@columbia.edu_Mon Jun 7 17:20:04 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Logging with automatic log file rotation
  5. Date: 7 Jun 2004 21:19:05 GMT
  6. Organization: Columbia University
  7. Lines: 10
  8. Message-ID: <slrncc9mu9.aut.fdc@sesame.cc.columbia.edu>
  9. Reply-To: fdc@columbia.edu
  10. NNTP-Posting-Host: sesame.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1086643145 2038 128.59.59.56 (7 Jun 2004 21:19:05 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 7 Jun 2004 21:19:05 GMT
  14. User-Agent: slrn/0.9.8.0 (SunOS)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15034
  16.  
  17. Today someone who used Kermit to log call records from a PBX asked if 
  18. there was a way to rotate the log automatically on a daily basis.
  19. This question comes up occasionally so I put a script that shows how
  20. to do it in the script library:
  21.  
  22.   http://www.columbia.edu/kermit/ckscripts.html#logging
  23.  
  24. as "daily-session-log".
  25.  
  26. - Frank